home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / x / volume17 / vex.v2r2 / patch4 next >
Encoding:
Text File  |  1992-03-18  |  1.7 KB  |  65 lines

  1. Newsgroups: comp.sources.x
  2. Path: uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!mips!msi!dcmartin
  3. From: "David C. Carver" <dcc@Athena.MIT.EDU>
  4. Subject: v17i021: vex.v2r2, Patch4, Part01/01
  5. Message-ID: <1992Mar18.213933.16024@msi.com>
  6. Originator: dcmartin@fascet
  7. Sender: dcmartin@msi.com (David C. Martin - Moderator)
  8. Organization: Molecular Simulations, Inc.
  9. References: <csx-17i021-vex.v2r2@uunet.UU.NET>
  10. Date: Wed, 18 Mar 1992 21:39:33 GMT
  11. Approved: dcmartin@msi.com
  12.  
  13. Submitted-by: "David C. Carver" <dcc@Athena.MIT.EDU>
  14. Posting-number: Volume 17, Issue 21
  15. Archive-name: vex.v2r2/patch4
  16. Patch-To: vex.v2r2: Volume 16, Issue 107
  17.  
  18.                 
  19.                 Xv2r2 Patch #4
  20.  
  21. This patch:
  22.  
  23. This patch fixes a bug in mit/extensions/xv/Xv.c which bites when a
  24. screen has more than one video adaptor.
  25.     
  26. To apply this patch:
  27.  
  28. cd to the top of the source tree (to the directory containing the "mit"
  29. and "contrib" subdirectories) and do:
  30.  
  31.         patch -p -s < ThisFile
  32.  
  33. Patch will work silently unless an error occurs.
  34.  
  35. If you want to watch patch do its thing, leave out the "-s" argument to patch.
  36.  
  37. After applying this patch:
  38.  
  39. You need to cd to mit/extensions/xv/lib and say
  40.  
  41.     make
  42.  
  43. Prereq: xv-patch-level-3
  44.  
  45. *** /tmp/XVPATCHLEVEL.1    Mon Mar  2 11:03:18 1992
  46. --- mit/XVPATCHLEVEL    Mon Mar  2 11:04:37 1992
  47. ***************
  48. *** 2 ****
  49. ! VERSION xv-patch-level-3
  50. --- 2 ----
  51. ! VERSION xv-patch-level-4
  52.  
  53. *** mit/extensions/xv/lib/Xv.c.0    Thu Mar  5 15:03:53 1992
  54. --- mit/extensions/xv/lib/Xv.c    Thu Mar  5 15:05:45 1992
  55. ***************
  56. *** 249 ****
  57. !       for (ii=0; ii<pa->num_formats; ii++)
  58. --- 249 ----
  59. !       for (jj=0; jj<pa->num_formats; jj++)
  60. -- 
  61. --
  62. Molecular Simulations, Inc.            mail: dcmartin@msi.com
  63. 796 N. Pastoria Avenue                uucp: uunet!dcmartin
  64. Sunnyvale, California 94086            at&t: 408/522-9236
  65.